dumpAttributeHDF5

Dump a single piece of data as an attribute to an HDF5 file.

void
dumpAttributeHDF5
(
T
)
(
const T data
,
const string name
,
hid_t loc_id
)

Parameters

data
Type: T

data to write

name
Type: string

name of the attribute

loc_id
Type: hid_t

id of the location to attach to

Meta